.container {

    width: 1200px;

    margin: 0 auto;

}



.top {

    position: relative;

}



.top-tel {

    position: absolute;

    top: 0;

    right: 0;

    width: 260px;

    height: 50px;

    background: url(../images/topbg.png) no-repeat;

    background-size: cover;

    display: flex;

    justify-content: center;

    align-items: center;

}



.top-tel .box {

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

}



.top-tel .box i.iconfont {

    font-size: 34px;

    line-height: 1;

}



.top-tel .box .toptel {

    margin-left: 15px;

}



.top-tel .box .toptel span {

    font-size: 16px;

    line-height: 1;

}



.top-fluid {

    border-top: 8px solid #1855a5;

}



.header-fluid {

    background: url(../images/headbg.jpg) repeat;

    padding-top: 50px;

}



.header {

    width: 1200px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.logo-box{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.logo-tel{

    display: none;

}

.logo-box .logo img {

    height: 72px;

}


.navbar,.navbar .nav{
    width:100%;
}
.navbar .nav ul {

    display: flex;

    justify-content: space-between;

    align-items: center;
    width:100%;
}



.navbar .nav ul>li {
    width:calc(100%/9);
    text-align: center;
}



.navbar .nav ul>li>a {

    display: block;

    line-height: 85px;

    font-size: 18px;
    font-weight: 500;
    position: relative;

}



.navbar .nav ul>li>a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    display: block;

    width: 100%;

    height: 9px;

    background-image: url(../images/nav_li_bg.png);

    background-position: center center;

    opacity: 0;

    display: none;

    transition: all .3s;

}



.navbar .nav ul>li>a:hover::after {

    opacity: 1;

    display: block;

}



.banner {

    width: 100%;

    position: relative;

}

.banner-inner{

        position: absolute;

    top: 0;

    background: url(../images/banner_bg.png) no-repeat center center;

    height: 33px;

    width: 100%;

    z-index:999;

}

.banner .item img {

    display: block;

    width: 100%;

    height: auto;

}



.banner .owl-theme .owl-controls .owl-page {

    display: block;

    float: left;

}



.banner .owl-theme .owl-dots {

    position: absolute;

    bottom: 10px;

    left: 50%;

    transform: translateX(-50%);

}

#banner-mobile  .owl-dots{

    bottom:5px;

}

.banner .owl-theme .owl-dots .owl-dot span {

    margin: 2px 3px;

    width: 25px;

    height: 25px;

    background-color: transparent;

    background-image: url(../images/banner_dot.png);

    background-size: 100%;

    opacity: 1;

}

#banner-mobile .owl-dots .owl-dot span{

    width:15px;

    height: 15px;

}

.banner .owl-theme .owl-dots .owl-dot.active span,

.banner .owl-theme .owl-dots .owl-dot:hover span {

    opacity: 1;

    background-image: url(../images/banner_dot_cur.png);



}



.banner .owl-theme .owl-controls {

    margin-top: 0px;

}



.banner .owl-theme .owl-controls .owl-nav {

    height: 0;

    top: 50%;

    -webkit-transform: translateY(calc(-50%));

    -ms-transform: translateY(calc(-50%));

    transform: translateY(calc(-50%));

    position: absolute;

    width: 100%;

    margin: 0;

}



.banner .owl-theme .owl-controls .owl-nav div {

    width: 50px;

    height: 50px;

    border-radius: 20px;

    margin: 0px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    background: transparent;

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    background-position: center center;

    padding: 0px;

}



.banner .owl-theme .owl-controls .owl-nav div.owl-prev {

    left: 3%;

    background-image: url(../images/banner_prev.png);



}



.banner .owl-theme .owl-controls .owl-nav div.owl-next {

    right: 3%;

    background-image: url(../images/banner_next.png);

}



.banner .owl-theme .owl-controls .owl-nav div:hover {

    background-color: rgb(​ 248, ​136, ​18, 0.8);

}



.fluid {

    padding: 50px 0px;

}

.main-titleW,

  .main-title{

             margin-bottom: 40px;

         }

         .main-titleW .title{

             font-size: 30px;

            color: #fff;

            font-weight: bold;

            text-align: center;

         }

        .main-title .title {

            font-size: 30px;

            color: #28a244;

            font-weight: bold;

            text-align: center;

        }

.main-titleW .title span{

    color:#fff;

}

        .main-title .title span {

            color: #1855a5;

        }

.main-titleW .line{

    height: 2px;

            width: 72px;

            margin: 15px auto;

    background:#eee;

}

        .main-title .line {

            height: 2px;

            background: #1855a5;

            width: 72px;

            margin: 15px auto;

        }

.main-titleW p {

 color: #eee;

            text-align: center;

            font-size: 14px;

            text-transform: uppercase;

}

        .main-title p {

            color: #747474;

            text-align: center;

            font-size: 14px;

            text-transform: uppercase;

        }

.about-fluid{

    background:url(../images/bg3.jpg) no-repeat center center;

    background-size: cover;

}

.about{

    display: flex;

    justify-content: space-between;

    flex-direction: row-reverse;

}

.about-info{

    width:50%;

}

.about-info .title{

    margin-bottom: 30px;

}

.about-info .title a{

    font-size: 24px;

    font-weight: 600;

    color:#1855a5;

}

.about-info .des{

        font-size: 14px;

    line-height: 28px;

    color: #666666;

    margin-bottom: 30px;

}

.about-info .about-more{

    display: block;

    width: 120px;

    border: 1px solid #1855a5;

    line-height: 35px;

    text-align: center;

    color:#1855a5;

    text-align: center;

}

.about-info .about-more:hover{

    background:#28a244;

    color:#fff;

    border-color: #28a244;

}

.about-img{

    display: block;

    width:46%;

}

.about-img a{

     display: block;

    width:100%;

    overflow: hidden;

}

.about-img img{

    display: block;

    width:100%;

    transition: all .3s;

}

.about-img a:hover img{

    transform: scale(1.1);

} 

.product-fluid{

    background:url(../images/bg5.jpg) no-repeat center center;

    background-size:cover;

}

.product-list{

    display: flex;

    flex-wrap: wrap;

}  

.product-item{

    width:calc(25% - 15px);

    margin-right: 20px;

    margin-bottom: 20px;

}

.product-item:nth-of-type(4n){

    margin-right: 0;

}

.product-item a{

    width:100%;

    display: block;

    background:#fff;

    border:1px solid #ddd;

}

.product-item a .img{

    width:100%;

    display: block;

    overflow: hidden;

}

.product-item a .img img{

    display: block;

    width:100%;

    transition: all .3s;

}

.product-item a .info{

    width:100%;

    border-top: 1px solid #ddd;

}

.product-item a .info .title{

    font-size:16px;

    line-height: 50px;

    text-align: center;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}

.product-item a:hover .img img{

    transform: scale(1.1);

}

.hzdw-list{

    display: flex;

    flex-wrap: wrap;

}

.hzdw-item{

    width:calc(20% - 8px);

    margin-right: 10px;

    margin-bottom: 10px;

}

.hzdw-item:nth-of-type(5n){

    margin-right: 0;

}

.hzdw-item a{

    display: block;

    width:100%;

}

.hzdw-item a img{

    display: block;

    width:100%;

}

.MOREW,

.MORE{

    width:180px;

    margin:30px auto 0;

}

.MORE a,

.MOREW a{

display: block;

    width:100%;

    line-height: 43px;

    text-align: center;

    font-size:18px;

    border-radius: 5px;

    overflow: hidden;

}

.MORE a{

    border:1px solid #1855a5;

    color:#1855a5;

    

}

.MOREW a{

    border:1px solid #ddd;

    color:#fff;

}

.MORE a:hover,

.MOREW a:hover{

    background:#28a244;

    color:#fff;

    border-color: #28a244;

}

.solution-fluid {

    background:#f8f8f8;

}

.solution-list{

    display: flex;

    flex-wrap: wrap;

}

.solution-item{

    width:calc(50% - 15px);

    margin-right: 30px;

    margin-bottom: 30px;

}



.solution-item:nth-of-type(2n){

    margin-right: 0;

}

.solution-item a{

    display: block;

    width:100%;

    position: relative;

}

.solution-item a .img{

    width:100%;

    display: block;

    overflow: hidden;

}

.solution-item a .img img{

    display: block;

    width:100%;

    transition: all .3s;

}

.solution-item a:hover .img img{

    transform: scale(1.1);

}

.solution-item a .info{

    width:100%;

    padding:15px 10px;

}

.solution-item a .info p{

    font-size:25px;

    line-height: 45px;

    color:#212121;

    text-align: center;

    height: 45px;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.news-fluid{

background:url(../images/bg3.jpg) no-repeat center center;

    background-size:cover;

}

/* .news{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

} */

.newsBox{

    width:100%;

    display: flex;

     justify-content: space-between;

    flex-wrap: wrap;

    /* width:900px; */

}

.news-left{

    height: 250px;

    width: 230px;

    background: #1855a5;

    padding: 25px 0 0 30px;

    color: #fff;

    box-shadow: 0 0 10px #ddd;

}

.news-left .titleng{

    font-size:48px;

    color:#fff;

}

.news-left .titleC{

        font-size: 18px;

    padding: 5px 0 0;

}

.news-left .news-more{

    margin-top: 50px;

}

.news-left .news-more a{

border: 1px solid #fff;

    width: 105px;

    height: 42px;

    line-height: 42px;

    text-align: center;

    display: block;

    color:#fff;

}

.news-right{

    width:calc(100% - 240px);

}

.news-list{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    width:100%;

}

.news-item{

    width:calc(50% - 5px);

    margin-right: 10px;

    margin-bottom: 10px;

}

.news-item:nth-of-type(2n){

    margin-right: 0;

}

.news-item a{

    display: flex;

    justify-content: space-between;

    align-items: center;

    width:100%;

    background:#fff;

    padding:15px;

    box-shadow: 0 0 5px #ddd;

}

.news-item a .time{

    width: 80px;

    border: 1px solid #e4e4e4;

    text-align: center;

}

.news-item a .time .day{

font-size: 30px;

}

.news-item a .time .ym{

    display: block;

    line-height: 30px;

    border-top: 1px solid #e4e4e4;

    text-align: center;

    font-size: 14px;

}

.news-item a .info{

    width:calc(100% - 90px);

}

.news-item a .info .title{

    font-size:16px;

    font-weight: 600;

    line-height: 35px;

    height: 35px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    margin-bottom: 5px;

}

.news-item a .info .des{

    font-size:14px;

    line-height: 25px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    height: 50px;

    color:#999;

}

.news-item a:hover{

    background:#f8f8f8;

}

.news-item a:hover .info .title{

    color:#28a244;

}

.case-list{

    display: flex;

    flex-wrap: wrap;

}

.case-item{

    width:calc(100%/3 - 20px);

    margin-right: 30px;

    margin-bottom: 30px;

}

.case-item:nth-of-type(3n){

    margin-right: 0;

}

.case-item a{

    display: block;

    width:100%;

}

.case-item a .img{

    width:100%;

    overflow: hidden;

}

.case-item a .img img{

    display: block;

    width:100%;

    transition: all .3s;

    -webkit-transition: all .3s;

    -moz-transition: all .3s;

    -ms-transition: all .3s;

    -o-transition: all .3s;

}

.case-item a:hover .img img{

    transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

}



.case-item a .info .title{

        font-size: 16px;

    line-height: 50px;

    text-align: center;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}

.footer-fluid{

    background:#1855a5;

    padding:60px 0 50px;

    color:#afc1ee;

}

.footer-fluid a{

     color:#afc1ee;

}

.footer{

    display: flex;

    flex-wrap: wrap;

}

.footer-box1{

 width:370px;

}

.footer-box2{

 width:350px;

}

.footer-box3{

 width:480px;

}

.footer-box .title{

    font-size:25px;

    color:#fff;

    margin-bottom: 30px;

}

.footer-box1{

    padding-right: 20px;

}

.footer-box1 .des{

    font-size:15px;

    width:95%;

    line-height: 2;

}

.footer-box2{

    padding-right: 20px;

}

.footer-box2 .footer-nav>ul{

    display: flex;

    flex-wrap: wrap;

}

.footer-box2 .footer-nav>ul>li{

    width:40%;

    margin-right: 20px;

}

.footer-box2 .footer-nav>ul>li a{

    font-size:16px;

    line-height: 2;

}

.footer-box2 .footer-nav>ul>li a i.iconfont{

    margin-right: 10px;

}

.footer-box3 .footer-contact{

    display: flex;

    justify-content: space-between;

}

.footer-box3 .footer-contact .info{

    width:calc(100% - 150px);

    font-size:16px;

    line-height: 2;

}

.footer-ewm{

    width:120px;

    text-align: center;

}

.footer-ewm p{

    margin-top: 5px;

}

.footer-bottom-fluid{

    background:#06479c;

    color:#afc1ee;

    padding:10px 0;

    font-size:14px;

}

.footer-bottom-fluid a{

    color:#afc1ee;

}



.footer-bottom{

    text-align: center;

}



.bottoming {

    position: fixed;

    bottom: 0px;

    left: 0px;

    width: 100%;

    background: #4caf50;

    display: none;

    z-index:1000;

}



.bottoming ul {

    width: 100%;

    display: flex;

    justify-content: space-between;

}



.bottoming ul li {

    width: 25%;

    text-align: center;

}



.bottoming ul li a {

    display: block;

    width: 100%;

    text-align: center;

    padding: 5px 0px;

    color: #fff;

}



.bottoming ul li a i.iconfont {

    display: block;

    font-size: 28px;

    line-height: 1;

}



.bottoming ul li a span {

    display: block;

    font-size: 14px;

}

.crumbs-fluid{

    background: #f8f8f8;

    padding:15px 0;

}

.sub-wraper-fluid{

    padding:60px 0;

}



.sub-title{

    text-align: center;

    margin-bottom: 40px;

}

.sub-title h2{

    font-size:36px;

    color:#333;

}

.sub-title p{

    font-size:16px;

    line-height: 25px;

    margin-top: 10px;

}

.sub-content{

    line-height: 1.8;

    font-size:18px;

}

.sub-application-item{

    display: flex;

    flex-wrap: wrap;

}

.sub-application-item:nth-of-type(2n+1){

    flex-direction: row-reverse;

}

.sub-application-item .img{

    width:50%;

}

.sub-application-item .img img{

    display: block;

    width:100%;

}

.sub-application-item .info{

    width:50%;

    padding-top:50px;

}

.sub-application-item:nth-of-type(2n+1) .info{

    padding-right: 50px;

}

.sub-application-item:nth-of-type(2n) .info{

    padding-left: 50px;

    text-align: right;

}

.sub-application-item .info .title{

    font-size:24px;

    font-weight: 600;

    color: #212122;

    margin-bottom: 20px;

    padding-bottom: 20px;

    position: relative;

}

.sub-application-item .info .title::after{

    content:"";

    position: absolute;

    left:0;

    bottom:0;

    width:50px;

    height: 2px;

    background: #06479c;

}

.sub-application-item:nth-of-type(2n) .title::after{

    right:0;

    left:auto;

}

.sub-application-item .info .des{

    font-size:16px;

    line-height: 2;

}

.sub-link {

    border-top: 1px dashed #ddd;

    padding: 10px 0;

    margin-top: 20px;

}



.sub-link p {

    line-height: 30px

}



.sub-link a:hover {

    text-decoration: underline;

    color: #195db3;

}

.pages {

    margin: 20px auto;

}

.page{

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}

.page a,

.page span {

    /* float:left; */

    display: block;

    height: 36px;

    padding: 0px 10px;

    background-color: #fff;

    display: inline-block;

    color: #a9a9a9;

    line-height: 36px;

    text-align: center;

    font-family: Arial;

    margin-right: 5px;

    transition: all 0.2s ease-out;

    border: 1px solid #ddd;

    font-size: 16px;

}



.page span,

.page a:hover {

    color: #fff;

    background-color: #305dc3;

    border-color: #305dc3;

}

.sub-contact-box{

    margin-bottom: 30px;

}

.sub-contact-box .sub-contact-title{

    font-size:35px;

    color:#212121;

    margin-bottom: 30px;

}

.sub-contact-list{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.sub-contact-list .item{

    width:calc(100%/3);

    padding:30px;

    text-align: center;

    color:#000;

}

.sub-contact-list .item .icon{

    text-align: center;

}

.sub-contact-list .item .icon i.iconfont{

    font-size:88px;

    color: #1855a5;

}

.sub-contact-list .item .icon img{

    width:125px;

}

.sub-contact-list .item p{

    font-size:18px;

}

.sub-banner{

    width:100%;

    height: 440px;

    background-repeat: no-repeat;

    background-position: center center;
    background-size: cover;

}

.sub-banner img{

    width:100%;

    display: none;

}

.sub-contact-map{

    width:100%;

    overflow: hidden;

}

